诗词屋>英语词典>instruction execution翻译和用法

instruction execution

英 [ɪnˈstrʌkʃn ˌeksɪˈkjuːʃn]

美 [ɪnˈstrʌkʃn ˌeksɪˈkjuːʃn]

网络  指令执行

计算机

英英释义

noun

  • (computer science) the process of carrying out an instruction by a computer
      Synonym:execution

    双语例句

    • When complete, the original instruction is executed ( from the breakpoint), and execution continues at that point.
      执行完成之后,接着执行原始的指令(从断点开始)。
    • Composite electronic System is the hinge of the Pico-satellite, which undertakes the work of data processing, data storage, data transmission, Instruction code transmission and Instruction execution.
      综合电子系统是皮卫星的数据和指令枢纽,承担皮卫星数据处理、数据存储、数据传输及指令收发、响应等重要任务,是皮卫星的核心组成部分。
    • Traditional programming model like C, C++ and Fortran are poorly suited to multi-core architectures because of the assumed single instruction stream execution model and centralized memory structure.
      C、C++和Fortran等基于单指令流和统一存储结构的传统编程模型已经无法适应多核处理器结构。
    • Static instruction scheduling decides the execution order of instructions and improves the instruction-level parallelism by reducing stall caused by dependences.
      静态指令调度决定指令执行顺序,屏蔽指令间由于依赖关系而产生的延迟,从而提高了指令的并行度。
    • The Digital Signal Processing which is regarded as CPU on board has some advantages, such as fast instruction execution, high bus bandwidth, and high speed real-time data processing.
      数据采集卡部分使用使用DSP来作采集卡CPU具有指令执行速度快、总线带宽高、可以完成数据的高速实时处理等优点。
    • The article essentially describes such points as instruction execution and memory management in constructing a virtual running embedded system.
      文中着重介绍了构建嵌入式虚拟运行平台中的指令执行、存储器管理等核心技术问题。
    • It is more efficient to design a simple instruction set that enable the execution of one instruction per clock cycle.
      设计一个能够在一个时钟周期执行一条指令的简单指令系统才是更有效的。
    • A4-stage instruction pipeline for instruction execution makes at-speed test possible.
      四级指令流水线的引入使全速测试成为可能。
    • The model of instruction level parallel program execution
      指令级并行程序执行模型
    • A technique whereby the receiver fetches the next instruction before completing execution of the previous instruction, in order to increase processing speed.
      在前一条指令全部执行完之前就开始取下一条指令,以提高处理速度的一种技术。